| ${uiLabelMap.WebPosTransactionId} | -${transactionId?default("NA")} | -${(paymentCash.get("description", locale))?if_exists} | -<@ofbizCurrency amount=cashAmount isoCode=shoppingCart.getCurrency()/> | -${uiLabelMap.OrderSalesTax} | -<@ofbizCurrency amount=shoppingCart.getTotalSalesTax() isoCode=shoppingCart.getCurrency()/> | -
| ${uiLabelMap.WebPosDrawer} | -${drawerNumber?default(0)} | -${(paymentCheck.get("description", locale))?if_exists} | -<@ofbizCurrency amount=checkAmount isoCode=shoppingCart.getCurrency()/> | -${uiLabelMap.WebPosCartTotal} | -<@ofbizCurrency amount=shoppingCart.getDisplayGrandTotal() isoCode=shoppingCart.getCurrency()/> | -
| ${uiLabelMap.WebPosEmployee} | -${userLoginId?default("NA")} | -${(paymentGift.get("description", locale))?if_exists} | -<@ofbizCurrency amount=giftAmount isoCode=shoppingCart.getCurrency()/> | -- | |
| ${uiLabelMap.WebPosTransactionDate} | -${transactionDate?default("NA")} | -${(paymentCredit.get("description", locale))?if_exists} | -<@ofbizCurrency amount=creditAmount isoCode=shoppingCart.getCurrency()/> | -${uiLabelMap.WebPosTransactionTotalDue} | -<@ofbizCurrency amount=totalDue isoCode=shoppingCart.getCurrency()/> | -
| ${uiLabelMap.WebPosTransactionId} | +${transactionId?default("NA")} | +${(paymentCash.get("description", locale))?if_exists} | +<@ofbizCurrency amount=cashAmount isoCode=shoppingCart.getCurrency()/> | +${uiLabelMap.WebPosTotalItemSubTotal} | +<@ofbizCurrency amount=shoppingCart.getDisplaySubTotal() isoCode=shoppingCart.getCurrency()/> | +
| ${uiLabelMap.WebPosDrawer} | +${drawerNumber?default(0)} | +${(paymentCheck.get("description", locale))?if_exists} | +<@ofbizCurrency amount=checkAmount isoCode=shoppingCart.getCurrency()/> | +${uiLabelMap.WebPosTotalPromotions} | +<@ofbizCurrency amount=shoppingCart.getOrderOtherAdjustmentTotal() isoCode=shoppingCart.getCurrency()/> | +
| ${uiLabelMap.WebPosTerminal} | +<#if isOpen>${uiLabelMap.WebPosTerminalOpen}<#else>${uiLabelMap.WebPosTerminalClose}#if> | +${(paymentGift.get("description", locale))?if_exists} | +<@ofbizCurrency amount=giftAmount isoCode=shoppingCart.getCurrency()/> | +${uiLabelMap.WebPosTotalSalesTax} | +<@ofbizCurrency amount=shoppingCart.getTotalSalesTax() isoCode=shoppingCart.getCurrency()/> | +
| + | + | ${(paymentCredit.get("description", locale))?if_exists} | +<@ofbizCurrency amount=creditAmount isoCode=shoppingCart.getCurrency()/> | +${uiLabelMap.WebPosTotalShipping} | +<@ofbizCurrency amount=shoppingCart.getTotalShipping() isoCode=shoppingCart.getCurrency()/> | +
| ${uiLabelMap.WebPosTransactionTotalDue} | +<@ofbizCurrency amount=totalDue isoCode=shoppingCart.getCurrency()/> | +${uiLabelMap.WebPosTransactionTotalPay} | +<@ofbizCurrency amount=totalPay isoCode=shoppingCart.getCurrency()/> | +${uiLabelMap.WebPosTotal} | +<@ofbizCurrency amount=shoppingCart.getDisplayGrandTotal() isoCode=shoppingCart.getCurrency()/> | +
| - | ${uiLabelMap.OrderProduct} | -- | ${uiLabelMap.CommonQuantity} | -${uiLabelMap.WebPosUnitPrice} | -${uiLabelMap.WebPosAdjustments} | -${uiLabelMap.WebPosItemTotal} | -- |
-
|
-
|
+ |
+ + + | +
| - 1 - | -- 2 - | -- 3 - | -
| - 4 - | -- 5 - | -- 6 - | -
| - 7 - | -- 8 - | -- 9 - | -
| - 0 - | -- ${uiLabelMap.WebPosButtonReturn} - | -|
| - <#if isOpen?default(false) == true> - ${uiLabelMap.WebPosButtonPromoCode} - <#else> - ${uiLabelMap.WebPosButtonPromoCode} - #if> - | -- ${uiLabelMap.WebPosButtonMain} - | -- - | -
| - ${uiLabelMap.WebPosButtonPayCash} - | -- ${uiLabelMap.WebPosButtonPayCheck} - | -- ${uiLabelMap.WebPosButtonPayGiftCard} - | -
| - ${uiLabelMap.WebPosButtonPayCreditCard} - | -- <#if (totalDue = 0.00)> - ${uiLabelMap.WebPosButtonPayFinish} - <#else> - ${uiLabelMap.WebPosButtonPayFinish} - #if> - | -- <#if (totalPayments > 0.00)> - ${uiLabelMap.WebPosButtonPaySetRef} - <#else> - ${uiLabelMap.WebPosButtonPaySetRef} - #if> - | -
| - <#if (totalPayments > 0.00)> - ${uiLabelMap.WebPosButtonPayClear} - <#else> - ${uiLabelMap.WebPosButtonPayClear} - #if> - | -- <#if (totalPayments > 0.00)> - ${uiLabelMap.WebPosButtonPayClearAll} - <#else> - ${uiLabelMap.WebPosButtonPayClearAll} - #if> - | -- ${uiLabelMap.WebPosButtonMain} - | -
${uiLabelMap.WebPosTransactionTotalDue} <@ofbizCurrency amount=totalDue isoCode=cart.getCurrency()/>
-${uiLabelMap.WebPosCompleteSale}
-| - ${uiLabelMap.WebPosButtonMain} - | -- - | -- <#if isManagerLoggedIn?default(false) == true> - ${uiLabelMap.WebPosButtonManager} - <#else> - ${uiLabelMap.WebPosButtonManager} - #if> - | -
| - ${uiLabelMap.WebPosButtonPromo} - | -- - | -- <#if (shoppingCartSize > 0)> - ${uiLabelMap.WebPosButtonPayment} - <#else> - ${uiLabelMap.WebPosButtonPayment} - #if> - | -
| - <#if (shoppingCartSize > 0)> - ${uiLabelMap.WebPosRecalculateCart} - <#else> - ${uiLabelMap.WebPosRecalculateCart} - #if> - | -- <#if (shoppingCartSize > 0)> - ${uiLabelMap.WebPosEmptyCart} - <#else> - ${uiLabelMap.WebPosEmptyCart} - #if> - | -- <#if (shoppingCartSize > 0)> - ${uiLabelMap.WebPosRemoveSelected} - <#else> - ${uiLabelMap.WebPosRemoveSelected} - #if> - | -
| - NAN GIZMO - | -- PURPLE GIZMO - | -- ROUND GIZMO - | -
| - SQUARE GIZMO - | -- MASSIVE GIZMO - | -- TINY WIDGET - | -
| - RAINBOW GIZMO - | -- NIT GIZMO - | -- BIG GIZMO - | -
| - MICRO WIDGET - | -- - | -- <#if userLogin?has_content && userLogin.userLoginId != "anonymous"> - ${uiLabelMap.WebPosButtonLogout} - <#else/> - ${uiLabelMap.WebPosButtonLogin} - #if> - | -
| - <#if isManagerLoggedIn?default(false) == true && isOpen?default(false) == false> - ${uiLabelMap.WebPosButtonOpenTerminal} - <#else> - ${uiLabelMap.WebPosButtonOpenTerminal} - #if> - | -- <#if isManagerLoggedIn?default(false) == true && isOpen?default(false) == true> - ${uiLabelMap.WebPosButtonCloseTerminal} - <#else> - ${uiLabelMap.WebPosButtonCloseTerminal} - #if> - | -- <#if isManagerLoggedIn?default(false) == true && isOpen?default(false) == true> - ${uiLabelMap.WebPosButtonVoidOrder} - <#else> - ${uiLabelMap.WebPosButtonVoidOrder} - #if> - | -
| - <#if isManagerLoggedIn?default(false) == true> - ${uiLabelMap.WebPosButtonShutdown} - <#else> - ${uiLabelMap.WebPosButtonShutdown} - #if> - | -- <#if isManagerLoggedIn?default(false) == true && isOpen?default(false) == true> - ${uiLabelMap.WebPosButtonPaidIn} - <#else> - ${uiLabelMap.WebPosButtonPaidIn} - #if> - | -- <#if isManagerLoggedIn?default(false) == true && isOpen?default(false) == true> - ${uiLabelMap.WebPosButtonPaidOut} - <#else> - ${uiLabelMap.WebPosButtonPaidOut} - #if> - | -
| - ${uiLabelMap.WebPosButtonModifyPrice} - | -- ${uiLabelMap.WebPosButtonMain} - | -- - | -
| <#if personBillTo.lastName?has_content>${personBillTo.lastName}#if> <#if personBillTo.firstName?has_content>${personBillTo.firstName}#if> | +
| <#if billingPostalAddress.address1?has_content>${billingPostalAddress.address1}#if> | +
| <#if billingPostalAddress.city?has_content>${billingPostalAddress.city},#if> <#if state?exists && state?has_content && state.geoCode?has_content>${state.geoCode}#if> <#if billingPostalAddress.postalCode?has_content>${billingPostalAddress.postalCode}#if> + | +
| <#if country?exists && country?has_content &&country.get("geoName", locale)?has_content>${country.get("geoName", locale)}#if> + | +
| + |
| ${uiLabelMap.WebPosNoPartyInformation} | +
| + <#if salesRepInCart> + + ${person} + + <#else> + + ${person} + + #if> + | +